dataset excluded from NNPDF4.0: CMS_1JET_7TEV_R07#2420
dataset excluded from NNPDF4.0: CMS_1JET_7TEV_R07#2420
Conversation
| experiment: CMS | ||
|
|
||
| implemented_observables: | ||
| - observable_name: R07 |
There was a problem hiding this comment.
Maybe it is better to keep track of the type of the observable. You could use for example
| - observable_name: R07 | |
| - observable_name: R07_PTY |
76a0228 to
820cedc
Compare
| pT: {description: jet transverse momentum, label: r"$p_T$" , units: GeV} | ||
| y: {description: jet rapidity, label: r"$|y|$" , units: ''} | ||
| sqrts: {description: centre of mass energy, label: r"$\sqrt(s)$", units: GeV} | ||
| kinematic_coverage: [pT, y, sqrts] |
There was a problem hiding this comment.
Could please change this order?
| kinematic_coverage: [pT, y, sqrts] | |
| kinematic_coverage: [y, pT, sqrts] |
| bins: | ||
| - y: | ||
| min: 0.0 | ||
| mid: 0.25 | ||
| max: 0.5 | ||
| sqrts: | ||
| min: null | ||
| mid: 7000.0 | ||
| max: null | ||
| pT: | ||
| min: 56.0 | ||
| mid: 60.0 | ||
| max: 64.0 |
There was a problem hiding this comment.
Note that the ordering here is different from the one in metadata.yaml (see kinematic_coverage).
…F/nnpdf into implement_CMS_1JET_7TEV_R07
Dear @andrpie let me try to clarify some delicate points that we need to keep in mind with this data set.
Because of 1) and 2), the idea is to implement only the most recent measurement with R=0.7 for NNPDF4.1. There are therefore three tasks.
As soon as you're done with the first two points, I can help with the third. |
|
Hi @enocera, thanks for your comment. I can also help if needed. |
This is the initial implementation.